Summary:
Word plugin is a Xojo plugin that enables you to create, read, write and edit Word docx files from Xojo code.
The plugin can:
- Create new Word documents.
- Read and write paragraphs and runs from Word documents.
- Read and write tables in word documents. (Very basic writing).
- Read and write nested tables and nested paragraphs in word documents. (Very basic table formatting).
- Read and write document info in Word document.
- Read and write pictures (jpg and png) from Word document.
- Read SVG pictures from Word document (currently read only).
- Read and write headers.
- Read and write footers.
- Read and write basic bullets and numbering setup on paragraphs..
- Read and write indents.
- Supports easy fill into form template feature.
- Supports language codes for Paragraphs and Runs.
- Preliminary support for read and write for shapes.
- Support for reading and writing Character Style hierarchy.
- Support for reading and writing Paragraph Style hierarchy.
- Support for reading and writing Table Style hierarchy.

Note that the Example projects are all Xojo APIv2, but we do still support APIv1 in Xojo version 2019r1.
Remarks:
To install Einhugur Word Plugin you have to create a folder called Plugins in the same folder as your Xojo application is located in and drop the plugin into it.
Agreement:
This product is a commercial software, only registered users are allowed to use it.Einhugur Software will disable all serial numbers found on Internet and all serial numbers of decoded plugins that have illegally been posted on Internet.
Einhugur Software and the author, are in no way responsible for the bugs that might be found in this product. However, Einhugur Software will do its best to fix the bugs.
Officially we only support versions noted above and up to current official (not alpha or beta versions) version of Xojo at the date of when this plugin is published. We cannot predict what changes might come in future versions of Xojo.
This library uses under the hood pugixml to parse and generate xml and miniz library to compress and decompress. License on the pugixml library which is used under the hood to handle xml:
Pugixml library is available to anybody free of charge, under the terms of MIT License:
Copyright (c) 2006-2025 Arseny Kapoulkine
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License on the miniz library which is used under the hood to handle compression:
Copyright 2013-2014 RAD Game Tools and Valve Software
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.